runtime.m.fastrand (field)
11 uses
runtime (current package)
proc.go#L847: mp.fastrand = uint64(lo)<<32 | uint64(hi)
proc.go#L849: mp.fastrand = uint64(hi)<<32 | uint64(lo)
runtime2.go#L566: fastrand uint64
stubs.go#L132: mp.fastrand += 0xa0761d6478bd642f
stubs.go#L133: hi, lo := math.Mul64(mp.fastrand, mp.fastrand^0xe7037ed1a0b428db)
stubs.go#L142: t := (*[2]uint32)(unsafe.Pointer(&mp.fastrand))
stubs.go#L165: mp.fastrand += 0xa0761d6478bd642f
stubs.go#L166: hi, lo := math.Mul64(mp.fastrand, mp.fastrand^0xe7037ed1a0b428db)
stubs.go#L174: t := (*[2]uint32)(unsafe.Pointer(&mp.fastrand))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |